Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/elnosh/gonuts from 0.2.0 to 0.3.0 #776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps github.com/elnosh/gonuts from 0.2.0 to 0.3.0.

Release notes

Sourced from github.com/elnosh/gonuts's releases.

v0.3.0

Summary

New Features and NUTs

  • V4 Tokens which is a new format that uses CBOR for serializing tokens.
  • NUT-11 (P2PK) support in mint for verifying Pay-to-Public-Key spending conditions. This was already supported in wallet.
  • NUT-07 in mint which enables wallets to check whether a proof is spent or not.
  • NUT-09 (Signature restore) for mint to reissue blind signatures from previously seen blinded blinded messages.
  • Added support for NUT-12 (DLEQ Proofs) in wallet and mint.
  • Support NUT-08 in wallet. This enables wallet to get any overpaid lightning fees back from a melt request.
  • Added fake backend in mint that will mark all the quotes as paid. Only to be used for testing.
  • NUT-14 (HTLCs) support in both wallet and mint.

What's Changed

New Contributors

Full Changelog: elnosh/gonuts@v0.2.0...v0.3.0

Commits
  • 8e030b3 readme
  • 997fca4 wallet - increment counter if there was change when checking melt quote state
  • b0f7770 add check to type assertions
  • 4b4765e fixes: pass mint path in config and create wallet dir in restore
  • 0afd1b7 define sat unit in cashu package
  • b598a16 mint - pass request struct to mint methods
  • 1be3a85 remove pending proofs public method
  • 2a875c2 move wallet and mint create directories
  • d80c23c wallet - sort splits
  • 67099ff default to SIG_INPUTS sigflag
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elnosh/gonuts-0.3.0 branch from 1d0fe60 to 6c76ffa Compare November 5, 2024 08:13
Bumps [github.com/elnosh/gonuts](https://github.com/elnosh/gonuts) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/elnosh/gonuts/releases)
- [Commits](elnosh/gonuts@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/elnosh/gonuts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elnosh/gonuts-0.3.0 branch from 6c76ffa to f9547f3 Compare November 5, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants